home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.smallbiz5.tem.STYLE1.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  1.9 KB  |  111 lines

  1. ∩╗┐@import url("layout.css");
  2. body {
  3.     font-family: Verdana, Arial, Helvetica, sans-serif;
  4.     font-size: 0.8em;
  5.     color: #000;
  6.     background-color: #abc;
  7. }
  8. #container {
  9.     width: 646px;
  10.     margin: 0 auto;
  11.     background-repeat: repeat-y;
  12.     background-attachment: scroll;
  13. }
  14. #masthead {
  15.     width: 626px;
  16.     margin-top: 0;
  17.     margin-right: 10px;
  18.     margin-bottom: 0;
  19.     margin-left: 10px;
  20.     overflow: auto;
  21.     background-color: #bde;
  22. }
  23. #sidebar {
  24.     float: left;
  25.     width: 150px;
  26.     background-color: #d3d3d3;
  27.     position: relative;
  28.     clear: both;
  29.     margin-left: 10px;
  30.     display: inline;
  31. }
  32. #content {
  33.     float: right;
  34.     width: 456px;
  35.     margin-top: 0;
  36.     margin-right: 10px;
  37.     margin-left: 0;
  38.     padding: 10px;
  39.     background-color: #fff;
  40.     position: relative;
  41. }
  42. #footer {
  43.     text-align: center;
  44.     clear: both;
  45.     width: 626px;
  46.     margin-right: 10px;
  47.     margin-left: 10px;
  48.     padding: 0;
  49.     overflow: auto;
  50.     background-color: #689;
  51. }
  52. #masthead img {
  53.     float: left;
  54. }
  55. #masthead p {
  56.     font-size: 0.8em;
  57.     text-align: right;
  58.     margin-top: 10px;
  59.     margin-right: 10px;
  60. }
  61. /* Styles for Navigation */
  62. #sidebar ul {
  63.     list-style-type: none;
  64.     width: 100%;
  65.     display: block;
  66.     margin: 0;
  67.     padding: 0;
  68. }
  69. #sidebar li {
  70.     font-size: 0.9em;
  71.     display: block;
  72.     margin: 0;
  73.     padding: 0;
  74.     border: 1px solid #d3d3d3;
  75. }
  76. #sidebar a {
  77.     font-weight: bold;
  78.     text-decoration: none;
  79.     color: #118;
  80.     display: block;
  81.     padding: 5px;
  82.     border-bottom: 1px solid #f2f2f2;
  83. }
  84. #sidebar a:hover {
  85.     font-weight: bold;
  86.     text-decoration: none;
  87.     color: #118;
  88.     border-bottom: 1px solid #f2f2f2;
  89.     background-color: #f2f2f2;
  90. }
  91. /* Styles for Footer */
  92. #footer p {
  93.     font-size: 0.8em;
  94.     color: #fff;
  95.     margin: 2px;
  96.     padding: 2px;
  97. }
  98. #footer a {
  99.     color: #fff;
  100.     text-decoration: underline;
  101. }
  102. #footer a:hover {
  103.     color: #fff;
  104.     text-decoration: none;
  105. }
  106. .style_bold {
  107.     font-weight: bold;
  108. }
  109. .style_italic {
  110.     font-style: italic;
  111. }